.user_info{
	position: absolute;
	top: 20px;
	right: 30px;
}
.user_info img{
	margin-left: 30px;
    margin-top: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.user_info img:hover{
	transform: scale(1.1);
	transition: 0.1s
}
.f1{
	float: left;
}
.f2{
	float: right;
}
.cp{
	cursor: pointer;
}
.rel{
	position: relative;
}
.user_name{
	line-height: 50px;
	width: 100%;
	margin: 0px 5px;
	/*font-size: 1.1em;*/
	color: white;
}
.user_name:hover{
	color: gainsboro;
}
.tc{
	text-align: center;
}
.g-user-card{
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 240px;
	box-shadow: 0 8px 16px 0 rgba(7,17,27,.2);
	z-index: 999;
	border-radius: 8px;
}
.card-inner{
	background-color: rgba(255,255,255,0.9);
	padding: 24px;
	box-sizing: border-box;
	border-radius: 8px;
}
.card-top{
	color: #93999f;
	position: relative;
}
.user-center-box{
	margin-top: 16px;
	margin-bottom: 14px;
	display: block;
}
.card-sets{
	margin-top: 20px;
	font-size: 12px;
	line-height: 12px;
	display: block;
}
.g-user-card .user-center-box ul li {
    position: relative;
    width: 90px;
    height: 36px;
    background: #F8FAFC;
    border-radius: 2px;
    line-height: 36px;
    color: #4d555d;
    font-size: 12px;
    margin: 3px;
    box-sizing: border-box;
    text-align: center;
}


@media only screen and (max-width: 1310px) {
	.headNav{
		display: none;
	}
}
a:link,a:visited,a:active,a:hover{
	 text-decoration:none;
}
a:link,a:visited{color:#444;text-decoration:none;}
a:hover{color:white;}
.out{
	width: 70px;
	height: 30px;
	background-color: #009ACD;
	margin: 0 auto;
	border-radius: 8px;
}
.btn-out{
	padding: 8px 9px;
	color: white;
}
.out:hover{
	background-color: #00B2EE;
}
.show-name{
	font-size: 20px;
	margin-bottom: 10px;
	color: #07111b;
	font-weight: 500;
	text-align: center;
}
.show-email,.show-phonenum{
	font-size: 13px;
	width: 170px;
	margin-bottom: 10px;
	color: grey;
	margin-left: 15px;
}
.ign{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pubspan{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
	word-wrap: break-word;
	word-break: normal;
}
